projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35c2e62
)
whitespace cleanup
author
jave
<joakim@verona.se>
Wed, 31 Dec 2008 23:26:22 +0000
(
00:26
+0100)
committer
jave
<joakim@verona.se>
Wed, 31 Dec 2008 23:26:22 +0000
(
00:26
+0100)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 5eb46c15d680aefcfd2ba42a28f03f48d3785e42..f5e8d535dff1fc0a046f14810489e4eecdf70699 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-36,6
+36,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "blockinput.h"
#include "termhooks.h" /* For struct terminal. */
#include "font.h"
+
#ifdef HAVE_XWIDGETS
#include "xwidget.h"
#endif
@@
-1805,7
+1806,7
@@
print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag)
strout ("#<xwidget-view ", -1, -1, printcharfun);
PRINTCHAR ('>');
}
-#endif
+#endif
else if (WINDOWP (obj))
{
int len;